home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / DBaldwin / htmllite.exe / htmldemo.exe / 0 / RCDATA / TIMAGEFORM / TIMAGEFORM.txt
Encoding:
Text File  |  2001-06-24  |  430 b   |  24 lines

  1. object ImageForm: TImageForm
  2.   Left = 591
  3.   Top = 236
  4.   Width = 227
  5.   Height = 234
  6.   Caption = 'ImageForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   PixelsPerInch = 96
  13.   Position = poDefaultPosOnly
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 317
  20.     Height = 306
  21.     AutoSize = True
  22.   end
  23. end
  24.